GET api/TransferCover/GetCoverDetails?type={type}®istrationNumbers[0]={registrationNumbers[0]}®istrationNumbers[1]={registrationNumbers[1]}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
type | integer |
Required |
|
registrationNumbers | Collection of string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CoverDetailsName | Description | Type | Additional information |
---|---|---|---|
Breed | string |
None. |
|
BreedId | globally unique identifier |
None. |
|
Eligible | boolean |
None. |
|
FreeCoverPolicyId | globally unique identifier |
None. |
|
IneligibilityReason | string |
None. |
|
Name | string |
None. |
|
OwnerName | string |
None. |
|
OwnerTelephone | string |
None. |
|
PetId | globally unique identifier |
None. |
|
PolicyStartDate | date |
None. |
|
PolicyStartDateAdjusted | boolean |
None. |
|
Species | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Breed": "sample string 1", "BreedId": "e8ef0e31-710e-429a-a3f5-628a8a07c76b", "Eligible": true, "FreeCoverPolicyId": "deb749a1-77bb-4bd9-9100-86ee03c2c547", "IneligibilityReason": "sample string 3", "Name": "sample string 4", "OwnerName": "sample string 5", "OwnerTelephone": "sample string 6", "PetId": "5b20ffbd-f8a8-4409-a50e-3b4eaeb25ea8", "PolicyStartDate": "2025-09-13T03:19:32.354722+01:00", "PolicyStartDateAdjusted": true, "Species": "sample string 8" }, { "Breed": "sample string 1", "BreedId": "e8ef0e31-710e-429a-a3f5-628a8a07c76b", "Eligible": true, "FreeCoverPolicyId": "deb749a1-77bb-4bd9-9100-86ee03c2c547", "IneligibilityReason": "sample string 3", "Name": "sample string 4", "OwnerName": "sample string 5", "OwnerTelephone": "sample string 6", "PetId": "5b20ffbd-f8a8-4409-a50e-3b4eaeb25ea8", "PolicyStartDate": "2025-09-13T03:19:32.354722+01:00", "PolicyStartDateAdjusted": true, "Species": "sample string 8" } ]
application/xml, text/xml
Sample:
<ArrayOfCoverDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models"> <CoverDetails> <Breed>sample string 1</Breed> <BreedId>e8ef0e31-710e-429a-a3f5-628a8a07c76b</BreedId> <Eligible>true</Eligible> <FreeCoverPolicyId>deb749a1-77bb-4bd9-9100-86ee03c2c547</FreeCoverPolicyId> <IneligibilityReason>sample string 3</IneligibilityReason> <Name>sample string 4</Name> <OwnerName>sample string 5</OwnerName> <OwnerTelephone>sample string 6</OwnerTelephone> <PetId>5b20ffbd-f8a8-4409-a50e-3b4eaeb25ea8</PetId> <PolicyStartDate>2025-09-13T03:19:32.354722+01:00</PolicyStartDate> <PolicyStartDateAdjusted>true</PolicyStartDateAdjusted> <Species>sample string 8</Species> </CoverDetails> <CoverDetails> <Breed>sample string 1</Breed> <BreedId>e8ef0e31-710e-429a-a3f5-628a8a07c76b</BreedId> <Eligible>true</Eligible> <FreeCoverPolicyId>deb749a1-77bb-4bd9-9100-86ee03c2c547</FreeCoverPolicyId> <IneligibilityReason>sample string 3</IneligibilityReason> <Name>sample string 4</Name> <OwnerName>sample string 5</OwnerName> <OwnerTelephone>sample string 6</OwnerTelephone> <PetId>5b20ffbd-f8a8-4409-a50e-3b4eaeb25ea8</PetId> <PolicyStartDate>2025-09-13T03:19:32.354722+01:00</PolicyStartDate> <PolicyStartDateAdjusted>true</PolicyStartDateAdjusted> <Species>sample string 8</Species> </CoverDetails> </ArrayOfCoverDetails>